MindFusion.Java Package Programmer's Guide
LayoutBuilder.createAndAddColumnLayout Method (XAxisRenderer[], Plot2D[], XAxisRenderer[])
See Also
 






Creates a StackPanel containing the specified Plot-s and AxisRenderer-s. The Panel is automatically added to the Dashboard's LayoutPanel.

Namespace: com.mindfusion.charting.swing
Package: com.mindfusion.charting.swing

 Syntax

Java  Copy Code

public StackPanel createAndAddColumnLayout (
    XAxisRenderer[] top,
    Plot2D[] plots,
    XAxisRenderer[] bottom
)

 Parameters

top

An array of XAxisRenderer components that should be placed at the top side of the plots.

plots

An array of Plot2D instances.

bottom

An array of XAxisRenderer components that should be placed at the bottom side of the plots.

 Return Value

A StackPanel instance.

 See Also

createAndAddColumnLayout Method Overload List
LayoutBuilder Members
LayoutBuilder Class
com.mindfusion.charting.swing Namespace